-
-
Notifications
You must be signed in to change notification settings - Fork 343
remove usage of the _deprecate_positional_args decorator, and tests for its behavior #3225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3225 +/- ##
==========================================
- Coverage 94.76% 94.61% -0.15%
==========================================
Files 78 78
Lines 8672 8643 -29
==========================================
- Hits 8218 8178 -40
- Misses 454 465 +11
🚀 New features to boost your workflow:
|
there's a reduction in coverage, but the previously covered lines of code were not actually being tested for correctness -- they were just being run to check the behavior of the positional args decorator. So I think we can disregard the coverage reduction here. |
this failure is due to recent changes to our hypothesis tests, presumably revealing a real bug, but likely one unrelated to this PR (cc @dcherian) |
TODO:
docs/user-guide/*.rst
changes/